{
"server": {
"url": "https://api.zoom.us/v2"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won\u0027t be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available.\u003cbr\u003eUse this API to list all the blocked lists in an acccount.\u003cbr\u003e **Prerequisites:** * Pro or higher account plan with Zoom phone license\u003cbr\u003e **Scope:** `phone:read:admin`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`",
"name": "list_blocked_list"
},
{
"description": "A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won\u0027t be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available.\u003cbr\u003eUse this API to create a blocked list and add a number to that blocked list.\u003cbr\u003e **Prerequisites:** * Pro or higher account plan with Zoom phone license\u003cbr\u003e **Scope:** `phone:write:admin`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "add_anumber_to_blocked_list"
},
{
"description": "A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won\u0027t be able to dial those numbers). \u003cbr\u003eUse this API to delete a blocked list and therefore removing the associated number from the blocked list. The number will be unblocked after the deletion.\u003cbr\u003e **Prerequisites:** * Pro or higher account plan with Zoom phone license\u003cbr\u003e **Scope:** `phone:write:admin`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "delete_a_blocked_list"
},
{
"description": "A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won\u0027t be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available.\u003cbr\u003eUse this API to get information about a specific blocked list.\u003cbr\u003e **Prerequisites:** * Pro or higher account plan with Zoom phone license\u003cbr\u003e **Scope:** `phone:read:admin`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "get_a_blocked_list"
},
{
"description": "A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won\u0027t be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available.\u003cbr\u003eUse this API to update information on the blocked list.\u003cbr\u003e **Prerequisites:** * Pro or higher account plan with Zoom phone license\u003cbr\u003e **Scope:** `phone:write:admin`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "update_blocked_list"
}
]
}